home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
developm
/
source
/
drgnsmth.cpt
/
Dragonsmith 1.1
/
Base files
/
Utilities
/
ResourceUtils.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-13
|
186 b
|
13 lines
/*
ResourceUtils.h
*/
#pragma once
#ifndef kInvalidRefNum
#define kInvalidRefNum -1
#endif
OSErr SaveRes (Handle h);
OSErr CopyResHandle (Handle h, short destRF, Boolean overwrite);